home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / militarycopter.swf / scripts / frame_7 / PlaceObject2_15_25 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-08-26  |  266 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.helicopter.scrollStart == true)
  3.    {
  4.       this._x -= scrollSpeed;
  5.       if(this._x <= 0)
  6.       {
  7.          this.removeMovieClip();
  8.       }
  9.    }
  10.    if(_root.restart == true)
  11.    {
  12.       this.removeMovieClip();
  13.    }
  14. }
  15.